ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewRequest<T> Class / Top Property

In This Topic
    Top Property (CollectionViewRequest<T>)
    In This Topic
    Gets or sets the items' count required.
    Syntax
    'Declaration
     
    Public Property Top As Nullable(Of Integer)
    public Nullable<int> Top {get; set;}
    See Also